projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbc232d
)
Disable test-sysroot.test
author
Vadim Rutkovsky
<vrutkovs@redhat.com>
Wed, 19 Mar 2014 12:08:37 +0000
(13:08 +0100)
committer
Vadim Rutkovsky
<vrutkovs@redhat.com>
Wed, 19 Mar 2014 12:08:37 +0000
(13:08 +0100)
It hangs on test-sysroot.js:40 during GLib.spawn_command_line_sync - it seems it can't
handle sh -c and the inner process becomes a zombie
Makefile-tests.am
patch
|
blob
|
history
diff --git
a/Makefile-tests.am
b/Makefile-tests.am
index 13c5d60d57a2f51822417fe3025cfa016666f023..890b7331437348066acbff8a8b4e74b35fab8690 100644
(file)
--- a/
Makefile-tests.am
+++ b/
Makefile-tests.am
@@
-102,9
+102,8
@@
test_rollsum_LDADD = $(ostree_bin_shared_ldadd) $(OT_INTERNAL_GIO_UNIX_LIBS)
if BUILDOPT_GJS
insttest_SCRIPTS += tests/test-core.js \
tests/test-sizes.js \
- tests/test-sysroot.js \
$(NULL)
-testmeta_DATA += test-core.test test-sizes.test
test-sysroot.test
+testmeta_DATA += test-core.test test-sizes.test
endif
endif